home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / mp3ozel / plugins.EXE / VIS_MUX.DLL / RCDATA / TCONFIGFORM / TCONFIGFORM.txt
Text File  |  1997-10-23  |  9KB  |  324 lines

  1. object ConfigForm: TConfigForm
  2.   Left = 197
  3.   Top = 108
  4.   Width = 444
  5.   Height = 213
  6.   HorzScrollBar.Range = 1200
  7.   HorzScrollBar.Visible = False
  8.   VertScrollBar.Range = 2000
  9.   VertScrollBar.Visible = False
  10.   BorderIcons = []
  11.   BorderStyle = bsDialog
  12.   Caption = 'Configuration: Visualization Mux'
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Pitch = fpFixed
  17.   Font.Style = []
  18.   OnActivate = CreateConfig
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object GroupBox2: TGroupBox
  22.     Left = 256
  23.     Top = 8
  24.     Width = 169
  25.     Height = 169
  26.     Caption = 'Information'
  27.     TabOrder = 1
  28.     object TLabel
  29.       Left = 24
  30.       Top = 32
  31.       Width = 3
  32.       Height = 10
  33.     end
  34.     object Label1: TLabel
  35.       Left = 152
  36.       Top = 152
  37.       Width = 6
  38.       Height = 15
  39.       Caption = 'p'
  40.       Font.Color = clBlack
  41.       Font.Height = -12
  42.       Font.Name = 'Symbol'
  43.       Font.Pitch = fpFixed
  44.       Font.Style = []
  45.       ParentFont = False
  46.       OnDblClick = mbHTP
  47.     end
  48.     object Memo1: TMemo
  49.       Left = 8
  50.       Top = 16
  51.       Width = 153
  52.       Height = 97
  53.       Cursor = crArrow
  54.       TabStop = False
  55.       Alignment = taCenter
  56.       BorderStyle = bsNone
  57.       Color = clBtnFace
  58.       Lines.Strings = (
  59.         'Vis_Mux v1.12'
  60.         '(C)1998 Jason Crawford'
  61.         '(Heucuva@usa.net)'
  62.         ''
  63.         'Note: This plug-in was meant '
  64.         'to use windowed plug-ins.'
  65.         ''
  66.         ''
  67.         'Instructions:'
  68.         '------------------'
  69.         ''
  70.         'Plug-ins-'
  71.         'This plug-in was meant to '
  72.         'use only windowed plug-ins '
  73.         'and plug-ins that dock to (or '
  74.         'in) the WinAMP window.'
  75.         'OpenGL, 3dFX, and '
  76.         'full-screen plug-ins are not '
  77.         'recommended for use with '
  78.         'this plug-in.'
  79.         'Currently, only four (4) '
  80.         'plug-ins may be used with '
  81.         'this plug-in.  If you find this '
  82.         'number to be too small '
  83.         'there is a way to change it, '
  84.         'but I'#39'm not going to tell you in '
  85.         'this.  You'#39're just gonna have '
  86.         'to figure it out.'
  87.         ' '
  88.         'Visualization Plugins list box-'
  89.         'This is a list of the currently '
  90.         'selected DLLs and the '
  91.         'plug-in within it.'
  92.         ''
  93.         'To open up the pop-up '
  94.         'menu right-click the list box '
  95.         'or press ALT-ENTER while '
  96.         'in the list box.'
  97.         'To select a DLL to use in the '
  98.         'mux click the "Add DLL" '
  99.         'button below the list box, '
  100.         'select "Add DLL" from the '
  101.         'pop-up menu, or press INS '
  102.         'while in the list box.'
  103.         'To remove a DLL select the '
  104.         'DLL to remove in the list box '
  105.         'and click the "Remove DLL" '
  106.         'button below the list box, '
  107.         'select "Remove DLL" from '
  108.         'the pop-up menu, or press '
  109.         'DEL while in the list box.'
  110.         'To select a plug-in from the '
  111.         'selected DLL click the arrow '
  112.         'buttons below the the list '
  113.         'box, select "Select Next" '
  114.         'from the pop-up menu, or '
  115.         'press either "+" or "-" while '
  116.         'in the list box.'
  117.         'To configure the selected '
  118.         'plug-in double-click the '
  119.         'plug-in, select "Configure" '
  120.         'from the pop-up menu, or '
  121.         'press ENTER while in the list '
  122.         'box.'
  123.         ''
  124.         'Compatibility mode-'
  125.         'This function allows plug-ins '
  126.         'that require more processing '
  127.         'power to run more reliably.'
  128.         'This has been known to '
  129.         'cause undesirable effects on '
  130.         'slower systems while using '
  131.         'certain plug-ins.'
  132.         ''
  133.         'Thanks:'
  134.         '-------------'
  135.         ''
  136.         'My thanks go out to the '
  137.         'beta-testers: (in no particular '
  138.         'order)'
  139.         'Peter Guzis,'
  140.         'Ray Sanders,'
  141.         'Bryan Hollingsworth,'
  142.         'Bruce Si-Tou,'
  143.         'and Kris Backmeyer.'
  144.         ''
  145.         'You'#39've all done a great job '
  146.         '(or at least a good job) telling '
  147.         'me what I'#39've done to bring '
  148.         'your computers to their '
  149.         'knees; Thanks!'
  150.         ''
  151.         'Thanks also go out to: (Also '
  152.         'in no particular order)'
  153.         'Ray Waldin (GREAT '
  154.         'WinAMP speakers, '
  155.         'SpectralLake, etc.),'
  156.         'Aldasair Page (I was waiting '
  157.         'to hear from at least 1 person '
  158.         'about it....),'
  159.         'and all the people out there '
  160.         'that told me my CFG window '
  161.         'didn'#39't work on'
  162.         'their machine because they '
  163.         'changed their window fonts.')
  164.       ReadOnly = True
  165.       ScrollBars = ssVertical
  166.       TabOrder = 0
  167.       WantReturns = False
  168.     end
  169.     object CheckBox1: TCheckBox
  170.       Left = 8
  171.       Top = 112
  172.       Width = 137
  173.       Height = 17
  174.       Hint = 'Forces the mux to use the shortest plugin delay.'
  175.       Caption = 'Use Compatibility mode'
  176.       ParentShowHint = False
  177.       ShowHint = True
  178.       TabOrder = 1
  179.       OnClick = CheckBox1Click
  180.     end
  181.   end
  182.   object GroupBox1: TGroupBox
  183.     Left = 8
  184.     Top = 8
  185.     Width = 249
  186.     Height = 169
  187.     Caption = 'Visualization Plug-ins'
  188.     TabOrder = 0
  189.     object Button1: TButton
  190.       Left = 8
  191.       Top = 136
  192.       Width = 75
  193.       Height = 25
  194.       Hint = 'Add the plug-in library.'
  195.       Caption = 'Add DLL'
  196.       ParentShowHint = False
  197.       ShowHint = True
  198.       TabOrder = 1
  199.       OnClick = AddDLL
  200.     end
  201.     object Button2: TButton
  202.       Left = 88
  203.       Top = 136
  204.       Width = 75
  205.       Height = 25
  206.       Hint = 'Remove the selected plug-in library.'
  207.       Caption = 'Remove DLL'
  208.       ParentShowHint = False
  209.       ShowHint = True
  210.       TabOrder = 2
  211.       OnClick = RemoveDLL
  212.     end
  213.     object ListBox1: TListBox
  214.       Left = 8
  215.       Top = 16
  216.       Width = 233
  217.       Height = 113
  218.       Hint = 'Double Click to configure a plug-in'
  219.       ExtendedSelect = False
  220.       ItemHeight = 13
  221.       ParentShowHint = False
  222.       PopupMenu = PopupMenu1
  223.       ShowHint = True
  224.       TabOrder = 0
  225.       OnDblClick = ConfigPlugin
  226.       OnKeyDown = LBEnter
  227.       OnMouseDown = SelectItem
  228.     end
  229.     object bbPrev: TBitBtn
  230.       Left = 168
  231.       Top = 136
  232.       Width = 33
  233.       Height = 25
  234.       Hint = 'Select previous plug-in from DLL'
  235.       ParentShowHint = False
  236.       ShowHint = True
  237.       TabOrder = 3
  238.       OnClick = BackPlugin
  239.       Glyph.Data = {
  240.         DE000000424DDE0000000000000076000000280000000D0000000D0000000100
  241.         0400000000006800000000000000000000000000000000000000000000000000
  242.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  243.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  244.         F000FFFFFFFF0FFFF000FFFFFFF00FFFF000FFFFFF000FFFF000FFFFF0000FFF
  245.         F000FFFF00000FFFF000FFF000000FFFF000FFFF00000FFFF000FFFFF0000FFF
  246.         F000FFFFFF000FFFF000FFFFFFF00FFFF000FFFFFFFF0FFFF000FFFFFFFFFFFF
  247.         F000}
  248.     end
  249.     object bbNext: TBitBtn
  250.       Left = 208
  251.       Top = 136
  252.       Width = 33
  253.       Height = 25
  254.       Hint = 'Select next plug-in from DLL'
  255.       ParentShowHint = False
  256.       ShowHint = True
  257.       TabOrder = 4
  258.       OnClick = NextPlugin
  259.       Glyph.Data = {
  260.         DE000000424DDE0000000000000076000000280000000D0000000D0000000100
  261.         0400000000006800000000000000000000000000000000000000000000000000
  262.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  263.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFFFFFFF
  264.         F000FFFF0FFFFFFFF000FFFF00FFFFFFF000FFFF000FFFFFF000FFFF0000FFFF
  265.         F000FFFF00000FFFF000FFFF000000FFF000FFFF00000FFFF000FFFF0000FFFF
  266.         F000FFFF000FFFFFF000FFFF00FFFFFFF000FFFF0FFFFFFFF000FFFFFFFFFFFF
  267.         F000}
  268.     end
  269.   end
  270.   object Button4: TButton
  271.     Left = 304
  272.     Top = 144
  273.     Width = 73
  274.     Height = 25
  275.     Caption = 'Close'
  276.     ModalResult = 1
  277.     TabOrder = 2
  278.     OnClick = CloseCfg
  279.   end
  280.   object OpenDialog1: TOpenDialog
  281.     DefaultExt = '.dll'
  282.     FileEditStyle = fsEdit
  283.     Filter = 'WinAMP Plugin (*.dll)|*.dll'
  284.     Options = [ofHideReadOnly, ofNoReadOnlyReturn]
  285.     Title = 'Open Visualization DLL'
  286.     Left = 264
  287.     Top = 144
  288.   end
  289.   object PopupMenu1: TPopupMenu
  290.     OnPopup = isValid
  291.     Left = 376
  292.     Top = 144
  293.     object Menu1: TMenuItem
  294.       Caption = 'Configure'
  295.       Default = True
  296.       Hint = 'Configure a plug-in'
  297.       ShortCut = 0
  298.       OnClick = ConfigPlugin
  299.     end
  300.     object Menu2: TMenuItem
  301.       Caption = 'Select Next'
  302.       Hint = 'Rotate through the plug-ins from the selected DLL.'
  303.       ShortCut = 0
  304.       OnClick = NextPlugin
  305.     end
  306.     object Menu3: TMenuItem
  307.       Caption = '-'
  308.       ShortCut = 0
  309.     end
  310.     object Menu4: TMenuItem
  311.       Caption = 'Add DLL'
  312.       Hint = 'Add the plug-in library.'
  313.       ShortCut = 0
  314.       OnClick = AddDLL
  315.     end
  316.     object Menu5: TMenuItem
  317.       Caption = 'Remove DLL'
  318.       Hint = 'Remove the selected plug-in library.'
  319.       ShortCut = 0
  320.       OnClick = RemoveDLL
  321.     end
  322.   end
  323. end
  324.